enabled

var LocalAudioTrack.enabled: Boolean

Check if the local audio track is enabled.

When the value is false, the local audio track is muted. When the value is true the local audio track is live.

Sets the state of the local audio track. The results of this operation are signaled to other Participants in the same Room. When an audio track is disabled, the audio is muted.

var LocalVideoTrack.enabled: Boolean

Check/set whether this local video track is enabled.

When the value is false, blank video frames are sent. When the value is true, frames from the video capturer are provided.